home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / all macintosh / goodies / qt internals / mac framework / mwprefix.h < prev   
Encoding:
Text File  |  2000-09-28  |  273 b   |  16 lines

  1. // MW Prefix file
  2.  
  3.  
  4. // Precompiled headers:
  5. #ifdef powerc
  6. #include <MacHeadersPPC>
  7. #else
  8. #include <MacHeaders68K>
  9. #endif
  10.  
  11. // Definitions for the project
  12. #define DEBUG true
  13.  
  14. // If you want to signal that you are using SIOUX, enable the following flag:
  15. #define USESIOUX true
  16.